home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / pc / lifestyl / picnic / run / picnic.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-11-13  |  3KB  |  122 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 198
  7.   ClientWidth = 285
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 265
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 41
  31.       Height = 41
  32.       Picture.Data = {<image001.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 56
  38.       Top = 16
  39.       Width = 188
  40.       Height = 13
  41.       Caption = 'Eidsness Wood Picnic Tables U-Design'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clMaroon
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsUnderline]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 56
  52.       Top = 40
  53.       Width = 44
  54.       Height = 13
  55.       Caption = 'Version 1'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 35
  66.       Top = 64
  67.       Width = 153
  68.       Height = 13
  69.       Caption = 'Copyright (1998) David Eidsness'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       IsControl = True
  77.     end
  78.     object Comments: TLabel
  79.       Left = 35
  80.       Top = 112
  81.       Width = 198
  82.       Height = 41
  83.       AutoSize = False
  84.       Caption = 
  85.         'Designs Construction Plans for  Picnic Tables Using Standard Woo' +
  86.         'd Framing Lumber'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       WordWrap = True
  94.       IsControl = True
  95.     end
  96.     object Label1: TLabel
  97.       Left = 35
  98.       Top = 88
  99.       Width = 179
  100.       Height = 13
  101.       Caption = 'A Windows 95/NT Computer Program'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.   end
  110.   object OKButton: TButton
  111.     Left = 103
  112.     Top = 172
  113.     Width = 75
  114.     Height = 25
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 1
  119.     OnClick = OKButtonClick
  120.   end
  121. end
  122.